Keysight VISA.NET Help
WriteLineList(Byte[]) Method



The array of bytes to be added to the formatted I/O write buffer.
Converts each of the bytes in the specified array to an ASCII string and appends them, separated by commas, to the formatted I/O write buffer. Appends a newline (0xa) to the formatted I/O write buffer, flushes the buffer, and sends an END with the buffer if required.
Syntax
'Declaration
 
Overloads Sub WriteLineList( _
   ByVal data() As Byte _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Byte
 
instance.WriteLineList(data)
void WriteLineList( 
   byte[] data
)
void WriteLineList( 
   array<byte>^ data
) 

Parameters

data
The array of bytes to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025